-
Notifications
You must be signed in to change notification settings - Fork 7
404 when clicking on "pending completion" #1797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I wonder if this part of the issue may be due to some of these builds having run into the outage of this weekend. |
Hi @jrfnl. Thanks for the heads up. Yeah, there shouldn't be a link under "pending completion"---or else it should hit the same URL as SET DONE, which hits a utility endpoint called I'll submit a ticket to fix the "pending completion" link. In the meantime, let me get a closer look at why you're seeing pending builds in PHP_CodeSniffer. I'll push them through if I can. Will update you here as soon as I'm able. |
Hi @jrfnl. Quick update on those builds:
![]() The point being, bad timing on those builds since they conflicted with our maintenance window, and the incident that occurred Sun night after that window, which was caused by an oversight during a cutover procedure during that maintenance window. The good news is that no similar issues should occur going forward. We are now just performing some database tuning (rebuilding indexes) that should speed up slower builds over the next few days. Thanks as always for the report and your patience as we complete our infrastructure upgrade here. |
Thanks for the update @afinetooth ! I became aware of the maintenance quite quickly when it started, the status page told me what was going on, so I wasn't concerned about it. Those things sometimes just need to happen. My concern was more related to what I believe you refer to as the second incident - where after the maintenance was finished, builds were backing up and not finishing, even after that second incident had been resolved. Happy to hear that the prognoses for the future is positive though. Well done you all on those infrastructure upgrades 🙌🏻 So what remains is really the original issue I reported above - the 404 on "pending completion" (though without any pending builds for my projects at this time, I cannot reproduce this nor verify whether it has been fixed 😄 ). |
The "pending completion" link goes to https://docs.coveralls.io/parallel-build-webhook which shows a 404.
The mouse-over for the question mark is also not working.
And I get the impression that clicking the "Set Done" button has no effect whatsoever.
The text was updated successfully, but these errors were encountered: